func math/big.fnorm
7 uses
math/big (current package)
float.go#L583: func fnorm(m nat) int64 {
float.go#L616: fnorm(z.mant)
float.go#L1260: z.setExpAndRound(ex+int64(len(z.mant))*_W-fnorm(z.mant), 0)
float.go#L1313: z.setExpAndRound(ex+int64(len(z.mant))*_W-fnorm(z.mant), 0)
float.go#L1336: z.setExpAndRound(e-fnorm(z.mant), 0)
float.go#L1381: z.setExpAndRound(e-fnorm(z.mant), sbit)
floatconv.go#L85: exp2 := int64(len(z.mant))*_W - fnorm(z.mant)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |